home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Pesquisa Dirigida
/
Pesquisa Dirigida.iso
/
JOGOS
/
frogger.swf
/
scripts
/
DefineButton2_159
/
BUTTONCONDACTION on(keyPress Down).as
Wrap
Text File
|
2005-01-07
|
288b
|
13 lines
on(keyPress "<Down>"){
setProperty("/frosch", _Y, getProperty("/frosch", _Y) + "17");
x_value = getProperty("/frosch", _X);
y_value = getProperty("/frosch", _Y);
tellTarget("/frosch")
{
gotoAndStop("back");
play();
}
nextFrame();
play();
}